home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvm.arc / DMV.DOC < prev    next >
Text File  |  1987-10-09  |  2KB  |  49 lines

  1.  
  2.  
  3. ************************************************************************
  4. *                                       *
  5. *          Announcing DMV ( Dynamic Memory Viewer )               *
  6. *                                       *
  7. *          A Debugging Tool for ASSEMBLER Programmer            *
  8. *                                       *
  9. ************************************************************************
  10.  
  11.       Version 1.01 ( Minor modification )
  12.  
  13. /A option is added to use the display as it is, i.e. without
  14. re-initialization of display controller when DMV is activated.
  15. PRT SC key problem is fixed. This key works as DMV screen print, only if
  16. DMV is active.
  17.  
  18.       Version 1.00 ( Initial release )
  19.  
  20. DMV is a special debugging tool for programmers, especially for ASSEMBLE,
  21. that allows them to view contents of any memory address at any time
  22. without halting PC execution.
  23. DMV, once called, remains resident and occupies about 8k storage.
  24. DMV traps keyboard interrupt ( INT 9 ) to check key for DMV, and traps
  25. timer tick ( INT 1C ) to refresh the screen.
  26. While refreshing the screen, DMV ignores NMI ( non-maskable interrupt )
  27. which might occur if non-installed memory is to be displayed.
  28.  
  29. Activated by hitting Ctl-Alt-5(in cursor keys), DMV displays 256 bytes
  30. of specified memory. The screen refresh cycle is under user control, from
  31. 1 to 255 timer tick periods ( about 55 ms / timer tick ) and is indicated
  32. at upper right corner.
  33.  
  34. On the screen, there are 10 memory addresses assigned as function keys,
  35. which can be used to load/store any memory address desired.
  36.  
  37. DMV contains an online help screen that describes how it is used.
  38.  
  39. DMV supports both black/white and color/graphic displays. If both are
  40. installed, one can be used to view memory contents while the other is
  41. used by any other program.
  42.  
  43. Because of the hardware limitation of color/graphic display, DMV on PC
  44. disables video signal while refreshing the screen. This takes about 30ms
  45. or PC/XT. If the screen is refreshed with every timer tick,a noticeable
  46. flickering will occur with every refresh. It is thus recommended to use
  47. increased refresh cycle time, or to use a mono display for DMV.
  48.  
  49.